TbsPolyglotManager Class

CurrentLang property

The CurrentLang property change the appropriate CurrentLang property in the TbsCorePolyglot. There is a convenient drop-down editor in design time for this property.

Syntax

property CurrentLang: string read write;

Example

// set as current chosen in combo box language.
PolyglotManager.CurrentLang := cbLanguages.Text;

See also

TbsCorePolyglot